COM AT^SMPL test - Media Player URC
COM V1.0	02.05.2005	T. Kleinmann	Started

##########################################################################################
##########################################################################################

from attglobals import *

##########################################################################################

COM Test command
AT^SMPL=?
WAITFOR(1,'SMPL: (0-1)')

##########################################################################################

COM Read command
AT^SMPL?
WAITFOR(1,'0')

##########################################################################################

COM Write command
AT^SMPL=1
WAITFOR(1,'OK')

##########################################################################################

COM Read command
AT^SMPL?
WAITFOR(1,'1')

##########################################################################################

